If you want to copy randomly selected songs to a USB stick, 'Random File Copy' can help you. You choose the target folder, various source folders and define ...
評分 5.0 (2) · 免費 · Windows Random File Picker can quickly choose and open random files from a set of directories. Files can be filtered so you can for example look only for images.
A very simple solution: byte[] data = new byte[sizeInMb * 1024 * 1024]; Random rng = new Random(); rng.NextBytes(data); File.WriteAllBytes(fileName, data);